thePath = baGetFolder(the moviePath & defName, "Select a folder to install the program into...", 1 + 2, "Select folder", -2, -2)
if thePath = EMPTY then
theResult = 0
else
me.destPath = thePath & me.defName & me.pathSep
theResult = 1
end if
return theResult
end
on confirmInstall me
if baMsgBox("Are you sure you want to copy the program files into the folder" & RETURN & me.destPath, "Confirm Installation", "OKCancel", "question", 1) = "OK" then